Featured discussions
Ning To Jamroom
I just tried this on my test site with the Ningja skin and it works for me.
{* FEATURED FORUM TEST *}
<div class="row">
<div class="col12 last">
<div class="item blog-archive-header" style="margin: 13px 10px 10px 10px;">
<h2>Featured Froum Thread</h2>
</div>
<div class="item center" style="margin: 10px;padding-bottom: 10px;">
{capture name="forum_template2" assign="forum2_row"}
{literal}
{if isset($_items)}
{foreach from=$_items item="item"}
<div class="left p5">
<h3><a href="{$jamroom_url}/{$furl}/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}#last">{$item.forum_title|truncate:30}</a></h3><br>
<small><span class="bold">Posted:</span> {$item.forum_updated|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}</small><br>
<small><span class="bold">By:</span> <a href="{$jamroom_url}/{$item.forum_updated_profile_url}">@{$item.forum_updated_user_name}</a></small><br>
<small>{$item.forum_text|jrCore_format_string:$item.profile_quota_id:null:nl2br}</small>
</div>
{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrForum" limit="1" template=$forum2_row search="_item_id = 1"}
</div>
</div>
</div>
{* END FEATURED FORUM TEST *}The only thing I can add is to make sure the ID your putting in, is an actual forum thread ID.
Hope this helps!